home *** CD-ROM | disk | FTP | other *** search
/ MacFormat España 24 / MacFormat n. 24 (Spain) / MacFormat 24.bin / Demos / Jungle Activated! / JungleActivated Demo / jung DEMO d / 00135_Maxine Info.ls < prev    next >
Encoding:
Text File  |  1996-10-14  |  398 b   |  15 lines

  1. on mouseUp
  2.   global gArtist
  3.   if the windowList = [] then
  4.     set gArtist to "Maxine"
  5.     set LeftOrigin to the stageLeft
  6.     set TopOrigin to the stageTop
  7.     ArtistsMIAW(LeftOrigin + 80, TopOrigin + 110, LeftOrigin + 80 + 320, TopOrigin + 110 + 140, "Maxine")
  8.   else
  9.     set the visible of window "artist.dir" to 0
  10.     updateStage()
  11.     forget(window "artist.dir")
  12.     updateStage()
  13.   end if
  14. end
  15.